home *** CD-ROM | disk | FTP | other *** search
/ USGS: Oil & Gas Fields of Asia Pacific / USGS Maps Showing Geology, Oil & Gas Fields of Asia Pacific.iso / pc / ASPAC / VIEWS03 / INSTALL.MAC < prev    next >
Text File  |  1999-03-15  |  3KB  |  97 lines

  1. If possible read text files with a proportional font such as Courier.
  2.  
  3.  
  4.  
  5.  
  6.  
  7. 1.  ENVIRONMENTAL VARIABLE
  8.  
  9.  
  10.  
  11.     The arcview project file aspac.apr makes use
  12.     of the variable AVDATA03 to construct an appropriate path
  13.     to the data directory. In the case of this project,
  14.     the variable AVDATA03 points to the root of this disk.
  15.     Modify the value set for the AVDATA03 variable as needed.  
  16.  
  17.     
  18.     On a Windows platform modify the "autoexec.bat" to define
  19.     the AVDATA03 variable.  When the "autoexec.bat" has
  20.     been updated, it is necessary to reboot for the changes
  21.     to take effect.
  22.  
  23.     On a UNIX platform modify the ".cshrc" file by setting 
  24.     the environmental variable.
  25.  
  26.     On a Macintosh platform modify the "startup" file in the 
  27.     Preferences folder of the System folder.
  28.  
  29.     
  30. 2. CD-ROM DRIVE
  31.  
  32.     The default is to read an Arcview project from the CD-ROM drive.
  33.  
  34.     These three platforms should be able to work directly from
  35.     the CD-ROM if various "start-up" files are correctly set.
  36.  
  37.    
  38.     On a Windows machine it is assumed that the CD-ROM drive 
  39.     is labeled with a letter, such as f: or g:
  40.     Modify the "autoexec.bat" with a statement like:
  41.     SET AVDATA03 = D:
  42.     where D is the logical drive letter
  43.     of the CD-ROM. Replace the letter "D" with the appropriate
  44.     letter for the CD-ROM drive, which will point the project
  45.     paths to the root of this disk.
  46.  
  47.    With a UNIX machine it is assumed that the CD-ROM drive
  48.    is refered to as  /cdrom. 
  49.    Modify the ".cshrc" file with a statement like 
  50.    setenv AVDATA03 /cdrom 
  51.    which will point the project paths to the root of this disk.
  52.    An example ".cshrc" file, aspac.cshrc, is included on this disk.
  53.   
  54.    With a Macintosh platform the CD-ROM volume will be labeled "of97470f"
  55.    Modify the "startup" file in the Preferences folder of the
  56.    System folder with a statement like:
  57.    System.SetEnvVar("AVDATA03","OF97470F")
  58.    which will point the project paths to the root of this disk.
  59.  
  60.     
  61.  
  62. 3. LOCAL INSTALLATION
  63.  
  64.    If one desires to have ArcView data reside on a hard drive rather
  65.    than on the CD-ROM, files must be copied to a local drive. 
  66.    Copying these directories locally will result in faster performance.
  67.    Directory size approximately 25MB 
  68.  
  69.    To view and manipulate these data sets on a PC, it is 
  70.    necessary to create a new directory, to be named "view03" 
  71.    on local hard drive C:\.  ( Replace the letter "C" with 
  72.    logical drive letter of other hard drive, if desired)
  73.    Copy entire contents of directory "of97470f/view03" from cd-rom 
  74.    to "view03" on local hard drive C:\ (or other hard drive)
  75.    Modify the "autoexec.bat" with a statement like:
  76.    SET AVDATA03 C:\view03
  77.    which will point the project paths to a directory view03
  78.    at the root of the hard drive.
  79.    If it is preferred to install the project at another location
  80.    it is necessary to modify the "autoexec.bat" statement
  81.    to reflect the location to direct the project paths which
  82.    would be equivalent to the root of this disk.
  83.  
  84.    To view and manipulate these data sets locally in UNIX,
  85.    it is necessary to create a new directory, to be named "of97470f/view03".
  86.    The .cshrc file is then modifed to define AVDATA03 as the
  87.    path from the root to the directory "of97470f/view03"
  88.    which will point the project paths to the location of the 
  89.    Arcview project and its data.
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.